home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / honosito / uzleti / notesetup.exe / {tmp} / NotepadEx.exe / 0 / RCDATA / TOPTIONSFORM / TOPTIONSFORM.txt
Encoding:
Text File  |  2001-06-26  |  2.3 KB  |  132 lines

  1. object OptionsForm: TOptionsForm
  2.   Left = 247
  3.   Top = 185
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = '<Options>'
  7.   ClientHeight = 278
  8.   ClientWidth = 336
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblLanguage: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 29
  24.     Height = 13
  25.     Caption = '<taal>'
  26.   end
  27.   object chkShowStatusBar: TCheckBox
  28.     Tag = 201
  29.     Left = 8
  30.     Top = 32
  31.     Width = 313
  32.     Height = 17
  33.     TabOrder = 1
  34.     OnClick = chkShowStatusBarClick
  35.   end
  36.   object chkAlwaysOnTop: TCheckBox
  37.     Tag = 203
  38.     Left = 8
  39.     Top = 80
  40.     Width = 313
  41.     Height = 17
  42.     TabOrder = 3
  43.   end
  44.   object chkSingleInstance: TCheckBox
  45.     Tag = 207
  46.     Left = 8
  47.     Top = 176
  48.     Width = 313
  49.     Height = 17
  50.     TabOrder = 7
  51.   end
  52.   object chkMinimizeToTray: TCheckBox
  53.     Tag = 204
  54.     Left = 8
  55.     Top = 104
  56.     Width = 313
  57.     Height = 17
  58.     TabOrder = 4
  59.   end
  60.   object chkShowFullPathName: TCheckBox
  61.     Tag = 205
  62.     Left = 8
  63.     Top = 128
  64.     Width = 313
  65.     Height = 17
  66.     TabOrder = 5
  67.   end
  68.   object chkUseFileIcon: TCheckBox
  69.     Tag = 206
  70.     Left = 8
  71.     Top = 152
  72.     Width = 313
  73.     Height = 17
  74.     TabOrder = 6
  75.   end
  76.   object chkRestoreCursorPos: TCheckBox
  77.     Tag = 208
  78.     Left = 8
  79.     Top = 200
  80.     Width = 313
  81.     Height = 17
  82.     TabOrder = 8
  83.   end
  84.   object btnOk: TButton
  85.     Tag = 150
  86.     Left = 88
  87.     Top = 248
  88.     Width = 75
  89.     Height = 25
  90.     Default = True
  91.     TabOrder = 10
  92.     OnClick = btnOkClick
  93.   end
  94.   object btnCancel: TButton
  95.     Tag = 151
  96.     Left = 176
  97.     Top = 248
  98.     Width = 75
  99.     Height = 25
  100.     Cancel = True
  101.     TabOrder = 11
  102.     OnClick = btnCancelClick
  103.   end
  104.   object chkStatusBarExtraPositionInfo: TCheckBox
  105.     Tag = 202
  106.     Left = 24
  107.     Top = 56
  108.     Width = 297
  109.     Height = 17
  110.     Enabled = False
  111.     TabOrder = 2
  112.   end
  113.   object cmbLanguage: TComboBox
  114.     Left = 64
  115.     Top = 5
  116.     Width = 153
  117.     Height = 21
  118.     Style = csDropDownList
  119.     ItemHeight = 13
  120.     Sorted = True
  121.     TabOrder = 0
  122.   end
  123.   object chkConvertNullChars: TCheckBox
  124.     Tag = 210
  125.     Left = 8
  126.     Top = 224
  127.     Width = 313
  128.     Height = 17
  129.     TabOrder = 9
  130.   end
  131. end
  132.